home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
3_puck_shuck.swf
/
scripts
/
DefineButton2_61
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
225 b
|
12 lines
on(press){
this.whackbar._xscale = 0;
mlisten = new Object();
mlisten.onMouseMove = function()
{
getwhack();
};
Mouse.addListener(mlisten);
this.whackbar._visible = 1;
trace("zoo");
}